This is the Starfox Object Dumper by MarchHare.

You simply provide it with an address in the rom file for the vertex data and the face data, and it will output the 3d model as an .obj file.

The command without any arguments will display the help message with options.

There are two executables provided:

	* For Windows:	sfxobjdump.exe
	* For Linux:	sfxobjdump

If you have trouble running these executables, please attempt to rebuild them from source on your own before reaching out to me on github. Most likely the issue is related to incompatible libraries on your system, and rebuilding with your own toolchain is likely to resolve it.

It works for animated objects, as well. Each frame will be output as an individual .obj.

It does not currently apply any textures from the ROM. For now, you will have to rip these and apply them yourself.

Source is available at https://github.com/Hordeking/sfxObjectDump

Happy Hacking.
